This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Help with @DBColumn ~Evelyn Nimresachekflar 21.Dec.03 12:07 AM a Web browser Domino Designer 6.0.3Windows XP
Hi Larry,
Firstly, that should be a colon between the "Notes" and "NoCache" - ie:
@Implode(@DbColumn("Notes":"NoCache";"85256DF7:00790AEE";"CounterTwo";1));
Secondly, if it's the same database, don't bother with the replica id, just use a null string.
Thirdly, don't bother with "Notes" - it's the default, so just use a null string.
Therefore recommended formula is:
@Implode(@DbColumn("":"NoCache";"";"CounterTwo";1));